runtime.g.preemptShrink (field)

4 uses

	runtime (current package)
		mgcmark.go#L757: 		gp.preemptShrink = true
		runtime2.go#L445: 	preemptShrink bool // shrink stack at synchronous safe point
		stack.go#L1056: 		if gp.preemptShrink {
		stack.go#L1059: 			gp.preemptShrink = false